\(\int \frac {x^2 \sqrt {a+b x}}{\sqrt {-a-b x}} \, dx\) [814]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [F]
   Maxima [F(-2)]
   Giac [C] (verification not implemented)
   Mupad [F(-1)]

Optimal result

Integrand size = 25, antiderivative size = 28 \[ \int \frac {x^2 \sqrt {a+b x}}{\sqrt {-a-b x}} \, dx=\frac {x^3 \sqrt {a+b x}}{3 \sqrt {-a-b x}} \]

[Out]

1/3*x^3*(b*x+a)^(1/2)/(-b*x-a)^(1/2)

Rubi [A] (verified)

Time = 0.00 (sec) , antiderivative size = 28, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.080, Rules used = {23, 30} \[ \int \frac {x^2 \sqrt {a+b x}}{\sqrt {-a-b x}} \, dx=\frac {x^3 \sqrt {a+b x}}{3 \sqrt {-a-b x}} \]

[In]

Int[(x^2*Sqrt[a + b*x])/Sqrt[-a - b*x],x]

[Out]

(x^3*Sqrt[a + b*x])/(3*Sqrt[-a - b*x])

Rule 23

Int[(u_.)*((a_) + (b_.)*(v_))^(m_)*((c_) + (d_.)*(v_))^(n_), x_Symbol] :> Dist[(a + b*v)^m/(c + d*v)^m, Int[u*
(c + d*v)^(m + n), x], x] /; FreeQ[{a, b, c, d, m, n}, x] && EqQ[b*c - a*d, 0] &&  !(IntegerQ[m] || IntegerQ[n
] || GtQ[b/d, 0])

Rule 30

Int[(x_)^(m_.), x_Symbol] :> Simp[x^(m + 1)/(m + 1), x] /; FreeQ[m, x] && NeQ[m, -1]

Rubi steps \begin{align*} \text {integral}& = \frac {\sqrt {a+b x} \int x^2 \, dx}{\sqrt {-a-b x}} \\ & = \frac {x^3 \sqrt {a+b x}}{3 \sqrt {-a-b x}} \\ \end{align*}

Mathematica [A] (verified)

Time = 0.01 (sec) , antiderivative size = 28, normalized size of antiderivative = 1.00 \[ \int \frac {x^2 \sqrt {a+b x}}{\sqrt {-a-b x}} \, dx=\frac {x^3 \sqrt {a+b x}}{3 \sqrt {-a-b x}} \]

[In]

Integrate[(x^2*Sqrt[a + b*x])/Sqrt[-a - b*x],x]

[Out]

(x^3*Sqrt[a + b*x])/(3*Sqrt[-a - b*x])

Maple [A] (verified)

Time = 0.60 (sec) , antiderivative size = 23, normalized size of antiderivative = 0.82

method result size
gosper \(\frac {x^{3} \sqrt {b x +a}}{3 \sqrt {-b x -a}}\) \(23\)
default \(-\frac {\sqrt {-b x -a}\, x^{3}}{3 \sqrt {b x +a}}\) \(23\)
risch \(-\frac {i \sqrt {\frac {-b x -a}{b x +a}}\, \sqrt {b x +a}\, x^{3}}{3 \sqrt {-b x -a}}\) \(42\)

[In]

int(x^2*(b*x+a)^(1/2)/(-b*x-a)^(1/2),x,method=_RETURNVERBOSE)

[Out]

1/3*x^3*(b*x+a)^(1/2)/(-b*x-a)^(1/2)

Fricas [A] (verification not implemented)

none

Time = 0.22 (sec) , antiderivative size = 15, normalized size of antiderivative = 0.54 \[ \int \frac {x^2 \sqrt {a+b x}}{\sqrt {-a-b x}} \, dx=-\frac {\sqrt {-b^{2}} x^{3}}{3 \, b} \]

[In]

integrate(x^2*(b*x+a)^(1/2)/(-b*x-a)^(1/2),x, algorithm="fricas")

[Out]

-1/3*sqrt(-b^2)*x^3/b

Sympy [F]

\[ \int \frac {x^2 \sqrt {a+b x}}{\sqrt {-a-b x}} \, dx=\int \frac {x^{2} \sqrt {a + b x}}{\sqrt {- a - b x}}\, dx \]

[In]

integrate(x**2*(b*x+a)**(1/2)/(-b*x-a)**(1/2),x)

[Out]

Integral(x**2*sqrt(a + b*x)/sqrt(-a - b*x), x)

Maxima [F(-2)]

Exception generated. \[ \int \frac {x^2 \sqrt {a+b x}}{\sqrt {-a-b x}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(x^2*(b*x+a)^(1/2)/(-b*x-a)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

Giac [C] (verification not implemented)

Result contains complex when optimal does not.

Time = 0.29 (sec) , antiderivative size = 33, normalized size of antiderivative = 1.18 \[ \int \frac {x^2 \sqrt {a+b x}}{\sqrt {-a-b x}} \, dx=-\frac {i \, {\left ({\left (b x + a\right )}^{3} - 3 \, {\left (b x + a\right )}^{2} a + 3 \, {\left (b x + a\right )} a^{2}\right )}}{3 \, b^{3}} \]

[In]

integrate(x^2*(b*x+a)^(1/2)/(-b*x-a)^(1/2),x, algorithm="giac")

[Out]

-1/3*I*((b*x + a)^3 - 3*(b*x + a)^2*a + 3*(b*x + a)*a^2)/b^3

Mupad [F(-1)]

Timed out. \[ \int \frac {x^2 \sqrt {a+b x}}{\sqrt {-a-b x}} \, dx=\int \frac {x^2\,\sqrt {a+b\,x}}{\sqrt {-a-b\,x}} \,d x \]

[In]

int((x^2*(a + b*x)^(1/2))/(- a - b*x)^(1/2),x)

[Out]

int((x^2*(a + b*x)^(1/2))/(- a - b*x)^(1/2), x)